home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / pkii_112.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-02-05  |  484b  |  22 lines

  1. echo off
  2. echo POWERKIT II is being installed on drive %1
  3. copy instal.com %1\
  4. md %1\PKII
  5. copy kybd.buf %1\PKII
  6. copy LOAD.COM %1\PKII
  7. copy UNLOAD.COM %1\PKII
  8. copy *.MNU %1\PKII
  9. copy *.MOD %1\PKII
  10. %1
  11. %1\instal
  12. del %1\instal.com
  13. if errorlevel 1 goto fail
  14. echo POWERKIT II is installed, ready to do your bidding, when you reboot.
  15. echo When you have rebooted, press "/" while holding down "ALT", and a
  16. echo MENU will pop up.
  17. goto exit
  18. :fail
  19. echo INSTALL FAILED
  20. :exit
  21.  
  22.